Conditional Branch — [dt. bedingte Verzweigung], Verzweigung … Universal-Lexikon
conditional branch — sąlyginis nukreipimas statusas T sritis informatika apibrėžtis Veiksmų eigos nukreipimas į kitą programos vietą esant patenkintai tam tikrai sąlygai. Naudojamas programavimo kalbose, kai reikalingas veiksmų eigos šakojimasis. Viena šaka tęsiama… … Enciklopedinis kompiuterijos žodynas
Branch predictor — In computer architecture, a branch predictor is the part of a processor that determines whether a conditional branch in the instruction flow of a program is likely to be taken or not. This is called branch prediction. Branch predictors are… … Wikipedia
Branch (disambiguation) — A branch is a part of a woody plant.Branch or branching may also refer to:Computing* Branch (computer science), a point in a computer program where program flow may change depending on a condition. **Branch predictor, the part of a processor that … Wikipedia
Branch target predictor — In computer architecture, a branch target predictor is the part of a processor that predicts the target of a conditional branch or unconditional jump instruction before that instruction has been fetched from the instruction cache. The instruction … Wikipedia
conditional jump — sąlyginis nukreipimas statusas T sritis informatika apibrėžtis Veiksmų eigos nukreipimas į kitą programos vietą esant patenkintai tam tikrai sąlygai. Naudojamas programavimo kalbose, kai reikalingas veiksmų eigos šakojimasis. Viena šaka tęsiama… … Enciklopedinis kompiuterijos žodynas
Conditional (programming) — Conditional statement redirects here. For the general concept in logic, see Material conditional. In computer science, conditional statements, conditional expressions and conditional constructs are features of a programming language which perform … Wikipedia
Branch predication — is a strategy in computer architecture design for mitigating the costs usually associated with conditional branches, particularly branches to short sections of code. It does this by allowing each instruction to conditionally either perform an… … Wikipedia
Branch misprediction — occurs when a central processing unit (CPU) mispredicts the next instruction to process in branch prediction, which is aimed at speeding up execution. During the execution of certain programs there are places where the program execution flow can… … Wikipedia
Conditional preservation of the saints — The Five Articles of Remonstrance Conditional election Unlimited atonement Total depravity … Wikipedia
Branch (computer science) — For other uses, see Branch (disambiguation). A branch is sequence of code in a computer program which is conditionally executed depending on whether the flow of control is altered or not (at the branching point). The term can be used when… … Wikipedia